DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / DataReader Field

In This Topic
    DataReader Field (C1CommandBase<TCommandImpl>)
    In This Topic
    Stores instance of the C1DataReader that is currently using this command.
    Syntax
    'Declaration
     
    Protected DataReader As C1DataReader
    protected C1DataReader DataReader
    Remarks
    If a command executes a query and return a C1DataReader, then this command can't execute another query before the current C1DataReader is closed
    See Also